projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed3e78
)
#
author
André Spiegel
<spiegel@gnu.org>
Thu, 22 Jan 2004 23:37:46 +0000
(23:37 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Thu, 22 Jan 2004 23:37:46 +0000
(23:37 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 9373f8aa98499ae439c7f6b097dd85b54b5f230e..51870739aa9ec124aeb711908fad53bc69ea4463 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,10
@@
+2004-01-23 Andre Spiegel <spiegel@gnu.org>
+
+ * vc.el (vc-current-line): Function removed. This is now done by
+ the new function line-at-pos in simple.el.
+ (vc-annotate-warp-version): Use line-at-pos instead of
+ vc-current-line.
+
2004-01-22 Kim F. Storm <storm@cua.dk>
* simple.el (line-at-pos): New defun.